type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToUint16

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		int.go#L258: 			return scanPlanTextAnyToUint16{}
		int.go#L821: 			return scanPlanTextAnyToUint16{}
		int.go#L1395: 			return scanPlanTextAnyToUint16{}
		int.go#L1820: type scanPlanTextAnyToUint16 struct{}
		int.go#L1822: func (scanPlanTextAnyToUint16) Scan(src []byte, dst any) error {